Fix build with updated dependencies#19
Merged
bensaunders merged 10 commits intomasterfrom Jul 5, 2021
Merged
Conversation
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](npm/ssri@v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] <support@github.com>
With rust 1.41 the build was failing with errors such as: According to the following pages this is due to a minimum requirement of rust 1.42 rust-lang/rust#65721 diem/diem#3558 Updated to almost latest rust 1.51. 1.52 was released today but is not available in the docker repository
willllewellyn
approved these changes
May 6, 2021
ccouzens
approved these changes
May 16, 2021
willllewellyn
approved these changes
May 17, 2021
|
Just removing myself from the list of reviewers, as I don't think I have the appropriate skillset to provide any meaningful feedback and don't want to delay anything... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#14 28.26 error[E0658]: use of unstable library feature 'matches_macro'
#14 28.26 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.18/src/event.rs:104:9
#14 28.26 |
#14 28.26 104 | matches!(self.parent, Parent::Root)
#14 28.26 | ^^^^^^^
#14 28.26 |
#14 28.26 = note: for more information, see rust-lang/rust#65721
#14 28.26
Updated to almost latest rust 1.51. 1.52 was released today but is not available in the docker repository